Mqtt Client Proxy Message
This message will be proxied over the PhoneAPI for the client to deliver to the MQTT server
Content copied to clipboard
meshtastic.MqttClientProxyMessage
Types
Properties
Functions
Link copied to clipboard
inline fun MeshProtos.MqttClientProxyMessage.copy(block: MqttClientProxyMessageKt.Dsl.() -> Unit): MeshProtos.MqttClientProxyMessage
inline fun MeshProtos.MqttClientProxyMessage.copy(block: MqttClientProxyMessageKt.Dsl.() -> Unit): MeshProtos.MqttClientProxyMessage
inline fun MeshProtos.MqttClientProxyMessage.copy(block: MqttClientProxyMessageKt.Dsl.() -> Unit): MeshProtos.MqttClientProxyMessage
inline fun MeshProtos.MqttClientProxyMessage.copy(block: MqttClientProxyMessageKt.Dsl.() -> Unit): MeshProtos.MqttClientProxyMessage
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Whether the message should be retained (or not)
Content copied to clipboard
bool retained = 4;
Link copied to clipboard
Link copied to clipboard
Text
Content copied to clipboard
string text = 3;
Link copied to clipboard
The MQTT topic this message will be sent /received on
Content copied to clipboard
string topic = 1;
Link copied to clipboard
Link copied to clipboard
open fun newBuilder(prototype: MeshProtos.MqttClientProxyMessage): MeshProtos.MqttClientProxyMessage.Builder
Link copied to clipboard
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.MqttClientProxyMessage
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): MeshProtos.MqttClientProxyMessage
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): MeshProtos.MqttClientProxyMessage
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.MqttClientProxyMessage
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): MeshProtos.MqttClientProxyMessage
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): MeshProtos.MqttClientProxyMessage
Link copied to clipboard
Link copied to clipboard